Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update of DNAscan.py #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

hevmarriott
Copy link

  1. Changed formatting of @rg fields so it is compatible with BWA-MEM
  2. Updated intensive mode so compatible with GATK 4.1.9.0 (jar version) with HaplotypeCaller, and changed deprecated CombineVariants to MergeVcfs
  3. Updating clinvar in ALSGeneScanner to clinvar_20200316
  4. Other minor changes include:
    • making it possible to generate several java services at the same time i.e. sequencing report in intensive mode
    • changing annotation to be compatible with hg38
    • debugging minor errors in script

Extra Notes

  • If you want to use the provided variant catalog.json for ExpansionHunter with test data, you need to open the file and delete the first 2-3 lines before the main json content for it to work
  • The default filter_string option is too strict for the test data, therefore need to add -filter "custom options" as highlighted in the DNAscan README

1. Changed formatting of @rg fields so it is compatible with BWA-MEM 
2. Updated intensive mode so compatible with GATK 4.1.9.0 (jar version) with HaplotypeCaller, and changed deprecated CombineVariants to MergeVcfs 
3. Updating clinvar in ALSGeneScanner to clinvar_20200316 
4. Other minor changes include:
    - making it possible to generate several java services at the same time i.e.  sequencing report in intensive mode
    - changing annotation to be compatible with hg38 
    - debugging minor errors in script

Extra Notes
- If you want to use the provided variant catalog.json for ExpansionHunter with test data, you need to open the file and delete the first 2-3 lines before the main json content for it to work
- The default filter_string option is too strict for the test data, therefore need to add -filter "custom options" as highlighted in the DNAscan README
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant